.bgCenter {
  background-position: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.m0auto {
  margin: 0 auto;
}
.header .top {
  padding: 0.5rem 0;
}
.header .top .slogan {
  float: left;
}
.header .top .r {
  float: right;
}
.header .top .r span {
  padding: 0 5px;
  line-height: 0.8rem;
  display: inline-block;
}
.header .top .r .collect {
  color: #0071bf;
}
.header .top .r .contact {
  border-left: 1px solid #aaaaaa;
  padding-left: 0.5rem;
}
.header .head-info {
  overflow: hidden;
  height: 90px;
  background-image: url('/static/images/header-bg.jpg');
  background-position: center top;
}
.header .head-info .wrapper {
}
.header .head-info .wrapper .head-info-wrapper {
}
.header .head-info .wrapper .head-info-wrapper * {
}
.header .head-info .wrapper .head-info-wrapper .logo {
  float: left;
}
.header .head-info .wrapper .head-info-wrapper .logo img {
  margin-top: 1.2rem;
/*  zoom: 1.2;
*/  width: 240px;
}
.header .head-info .wrapper .head-info-wrapper .company-name {
	margin-top: 1.2rem;
    float: left;
    border-left: 1px solid #aaaaaa;
    margin-left: 1rem;
    padding-left: 1rem;
    width: 35%;
    font-size: 1.25rem;
}
.head-info-wrapper .company-name p{font-size:1.4rem;font-weight: 700;color:#0071bf}
.header .head-info .wrapper .head-info-wrapper .tel {
  float: right;
}
.header .head-info .wrapper .head-info-wrapper .tel img {
  float: left;
  margin-top: 1.95rem;
}
.header .head-info .wrapper .head-info-wrapper .tel span {
  font-size: 1.2rem;
  line-height: 90px;
}
.header .head-info .wrapper .head-info-wrapper .tel span i {
  font-style: normal;
  margin-left: 0.5rem;
}
.header .nav {
  position: relative;
  z-index: 2;
  background-color: #0071bf;
  height: 68px;
}
.header .nav .wrapper > ul > li {
  float: left;
  /*width: 12.5%;*/
}
.header .nav .wrapper > ul > li a {
  background-color: #0071bf;
  display: block;
  line-height: 68px;
  color: white;
  height: 68px;
  text-align: center;
  font-size: 1rem;
	padding: 0 27px;
}
.header .nav .wrapper > ul > li.active a,
.header .nav .wrapper > ul > li a:hover {
  background-color: #2ea0ee;
}
.header .nav .wrapper > ul > li ul {
  position: absolute;
  display: none;
}
.header .nav .wrapper > ul > li ul li a {
  background-color: #2ea0ee;
  padding: 0 1.5rem;
  height:40px;
  line-height:40px;
}
.header .nav .wrapper > ul > li:hover ul {
  display: block;
}
.header .nav .wrapper > ul > li ul li:hover a {
  background-color: #0071bf;
}
.keyword-box {
  height: 60px;
  line-height: 60px;
  background-color: #eeeeee;
}
.keyword-box .wrapper .key .t {
  font-weight: bold;
  display: inline-block;
}
.keyword-box .wrapper .key a {
  color: #0071bf;
  margin-right: 1rem;
}
.keyword-box .wrapper .search {
  float: right;
  background-image: url('/static/images/button-search.png');
  background-position: center;
  width: 300px;
  height: 30px;
  padding: 0 2rem;
  margin-top: 1rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.keyword-box .wrapper .search input {
  background-color: transparent;
  border: 0;
  float: left;
  display: block;
  height: 30px;
  width: 200px;
}
.keyword-box .wrapper .search button {
  background-image: url('/static/images/button-search-click.png');
  width: 20px;
  height: 30px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  float: right;
  cursor: pointer;
}
.keyword-box .wrapper > * {
  display: inline-block;
}
.index-adv {
  margin-top: 3rem;
}
.index-adv .item {
  float: left;
  width: 23%;
  margin-left: 2.666%;
}
.index-adv .item:first-child {
  margin-left: 0;
}
.index-adv .item .icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #0071bf;
  background-repeat: no-repeat;
  background-position: center;
}
.index-adv .item .t {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}
.index-adv .item .p {
  margin-top: 0.5rem;
  line-height: 24px;
  color: #777;
}
.index-product {
  margin-top: 3rem;
}
.index-product .product-container {
  margin-top: 3rem;
  padding: 2.5rem 0;
  background-color: #efefef;
}
.index-product .product-container .category {
  background-color: #fff;
}
.index-product .product-container .category ul li {
  float: left;
}
.index-product .product-container .category ul li a {
  display: block;
  padding: 0.75rem 1.5rem;
}
.index-product .product-container .category ul li a.active,
.index-product .product-container .category ul li a:hover {
  background-color: #0071bf;
  color: #fff;
}
.index-product .product-container .box {
  margin-top: 1rem;
  background-color: #fff;
  padding: 1rem;
}
.index-product .product-container .box ul li {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 0.5%;
  float: left;
  width: 32.333%;
}
.index-product .product-container .box ul li .pic {
  width: 300px;
  margin: 1rem auto;
}
.index-product .product-container .box ul li .pic .img-box {
  width: 300px;
  height: 300px;
  vertical-align: middle;
  display: table-cell;
}
.index-product .product-container .box ul li .pic .img-box img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  max-height: 300px;
}
.index-product .product-container .box ul li .info {
  padding: 1.5rem 0;
  text-align: center;
  background-color: #efefef;
}
.index-product .product-container .box ul li .info .t {
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-product .product-container .box ul li .info a {
  color: #aaa;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #aaa;
  margin: 0 auto;
  margin-top: 1rem;
}
.index-product .product-container .box ul li .info .detail2 {
  color: #aaa;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #aaa;
  margin: 0 auto;
  margin-top: 1rem;
}

.index-product .product-container .box ul li.active,
.index-product .product-container .box ul li:hover {
  border-color: #0071bf;
}
.index-product .product-container .box ul li.active .t,
.index-product .product-container .box ul li:hover .t {
  color: #0071bf;
}
.index-area {
  margin-top: 3rem;
}
.index-area .area-container {
  margin-top: 3rem;
  padding: 4rem 0;
  background-image: url('/static/images/bg-area.png');
}
.index-area .area-container .area-item {
  display: block;
  width: 20%;
  float: left;
  padding: 2px;
  box-sizing: border-box;
}
.index-area .area-container .area-item .area-box {
  height: 180px;
  background-position: center;
  overflow: hidden;
}
.index-area .area-container .area-item .area-box img {
  height: 160px;
  width:100%;
  display: block;
/*   margin: 3rem auto 1rem auto; */
}
.index-area .area-container .area-item .area-box .t {
  text-align: center;
}
.index-area .area-container .area-header .area-title {
  margin-top: 3rem;
  box-sizing: border-box;
  padding-top: 1rem;
  color: #fff;
  font-size: 2rem;
  height: 180px;
}
.index-area .area-container .area-header .area-title p {
  font-size: 1rem;
  margin-top: 1rem;
}
.index-area .area-container .area-item.active .area-box {
  background-image: url('/static/images/icon-area-0-bg.png');
}
.index-area .area-container .area-item.active .area-box .t {
  color: #fff;
}
.index-area .area-container .area-header .area-box {
  margin-top: 3rem;
  background-size: 100% 100%;
  background-color: #fff;
}
.index-area .area-container .area-item .area-box .t {
  color: #535353;
}
.index-area .area-container .area-header .area-computer {
  width: 60%;
  float: left;
}
.index-area .area-container .area-header .area-computer img {
  display: block;
  margin: 0 auto;
}
.index-area .area-container .area-body .area-box {
  background-color: #fff;
}
.index-service2 {
	width:100%;
	background-image: url(/static/images/servicebg.jpg);
	background-position: center top;
	text-align:center;
	float: left;
	padding-bottom:4rem;

}
.index-service {
	margin-top: 3rem;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.index-service .service-container {
  display: table;
  margin: 0 auto;
  margin-top: 3rem;
}
.index-service .service-container ul li {
  border-radius: 0;
  width: 145px;
  height: 145px;
  border: 2px solid #E6E6E6; 
  float: left;
  margin: 0 0.5rem;
}
.index-service .service-container ul li img {
  display: block;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.index-service .service-container ul li .t {
	color:#FFF;
	font-size:18px;
  margin-top: 1rem;
  text-align: center;
}
.index-service .service-container ul li.active,
.index-service .service-container ul li:hover {
  border-color: #2ea0ee;
}
.index-service .service-container .info {
  display: table;
  margin: 0 auto;
  margin-top: 4rem;
  background-image: url('/static/images/icon-mobilephone.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 2rem;
}
.index-service .service-container .info .tel {
  float: left;
}
.index-service .service-container .info .tel2 {
  float: left;
  color:#fff;
  font-size:18px;
}
.index-service .service-container .info .tel3{
  color:#fff;
  text-indent:1rem;
}
.index-service .service-container .info .tel span {
  font-weight: bold;
  color: #0071bf;
  font-size: 1.2rem;
}
.index-service .service-container .info a {
  display: block;
  float: left;
  width: 167px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #f00;
  color: #fff;
  text-align: center;
  margin-left: 1rem;
  margin-top: 0.2rem;
}
.index-title {
  font-size: 2rem;
  text-align: center;
  background-image: url('/static/images/bg-hr-1.png');
  background-position: center;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index-title i {
  position: relative;
  width: 27px;
  display: inline-block;
}
.index-title i:after {
  position: absolute;
  top: -3.6rem;
  left: 20%;
  font-style: normal;
  content: '·';
  font-size: 4rem;
}
.index-client {
  margin-top: 0rem;
  padding: 4rem 0;
  background-color: #efefef;
}
.index-client .left {
  float: left;
}
.index-client .left .info .logo {
  float: left;
}
.index-client .left .info .text {
  margin-left: 1rem;
  margin-top: 2rem;
  float: left;
}
.index-client .left .info .text .t {
  font-size: 2rem;
}
.index-client .left .info .text .t span {
  color: #0071bf;
}
.index-client .left .info .text .p {
  margin-top: 2rem;
  line-height: 1.5rem;
}
.index-client .left .pic img {
  margin-top: 2rem;
}
.index-client .right {
  float: right;
}
.index-example {
  padding: 3rem 0;
}
.index-example ul {
  margin-top: 3rem;
}
.index-example ul li {
	border-radius:11.625%;
  border: 1px solid #aaaaaa;
  padding: 2rem 0;
  float: left;
  box-sizing: border-box;
  width: 10.2%;
  text-align: center;
  margin-left: 1%;
}
.index-example ul li img {
  display: block;
  margin: 0 auto;
  height: 40px;
}
.index-example ul li .t {
  margin-top: 1.5rem;
}
.index-example ul li:first-child {
  margin-left: 0;
}
.index-example ul li.active,
.index-example ul li:hover {
  color: #0071bf;
  border-color: #0071bf;
}
.index-about {
  padding: 3rem 0;
  background-color: #0071bf;
}
.index-about ul li {
  width: 24.25%;
  height: 585px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  float: left;
  margin-left: 1%;
}
.index-about ul li:first-child {
  margin-left: 0;
}
.index-about ul li:nth-child(2n) .info {
  margin-top: 215px;
  color: #777;
}
.index-about ul li .info {
  color: #fff;
  margin-top: 300px;
}
.index-about ul li .info .t {
  font-size: 1.5rem;
}
.index-about ul li .info .p {
  margin-top: 1rem;
  line-height: 24px;
}
.index-news {
  margin-top: 3rem;
}
.index-news .wrapper {
  margin-top: 3rem;
}
.index-news .wrapper .left {
  float: left;
  width: 46.25%;
}
.index-news .wrapper .left .tab-title ul {
  float: left;
}
.index-news .wrapper .left .tab-title ul li {
  float: left;
  margin-right: 1.7rem;
}
.index-news .wrapper .left .tab-title ul li a {
  display: block;
  font-size: 1.1rem;
  width: 170px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #0071bf;
  text-align: center;
}
.index-news .wrapper .left .tab-title ul li a.active,
.index-news .wrapper .left .tab-title ul li a:hover {
  background-color: #e60613;
}
.index-news .wrapper .left .tab-title .more a {
  display: block;
  float: right;
  line-height: 50px;
  color: #aaaaaa;
}
.index-news .wrapper .left .pic {
  margin-top: 1.7rem;
}
.index-news .wrapper .left .first {
  margin-top: 1.5rem;
}
.index-news .wrapper .left .first .first-header .t {
  float: left;
  font-size: 1.1rem;
}
.index-news .wrapper .left .first .first-header .d {
  float: right;
  color: #aaaaaa;
}
.index-news .wrapper .left .first .first-body {
  margin-top: 1rem;
}
.index-news .wrapper .left .first .first-body a {
  color: #0071bf;
}
.index-news .wrapper .left .list {
  margin-top: 1.5rem;
}
.index-news .wrapper .left .list ul li a {
  display: block;
  line-height: 24px;
}
.index-news .wrapper .left .list ul li a .t {
  float: left;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news .wrapper .left .list ul li a .d {
  float: right;
  color: #aaaaaa;
}
.index-news .wrapper .right {
  float: right;
  width: 46.25%;
}
.index-news .wrapper .right .tab-title {
  line-height: 50px;
  height: 50px;
  background-color: #0071bf;
  padding-left: 1rem;
  border-left: 1rem solid #e60613;
}
.index-news .wrapper .right .tab-title .t {
  font-size: 1.1rem;
  float: left;
  color: #fff;
}
.index-news .wrapper .right .tab-title .more {
  float: right;
}
.index-news .wrapper .right .tab-title .more a {
  color: #eeeeee;
  display: block;
}
.index-news .wrapper .right .list {
  margin-top: 1.7rem;
}
.index-news .wrapper .right .list ul li {
  margin-bottom: 1rem;
}
.index-news .wrapper .right .list ul li .num {
  color: #ddd;
  font-size: 3rem;
  float: left;
  width: 40px;
  height: 70px;
  line-height: 70px;
  background-color: #efefef;
  font-style: italic;
}
.index-news .wrapper .right .list ul li .info {
  width: 500px;
  float: right;
}
.index-news .wrapper .right .list ul li .info .t {
  margin-top: 0.6rem;
}
.index-news .wrapper .right .list ul li .info .p {
  margin-top: 0.5rem;
  color: #aaaaaa;
}
.index-news .wrapper .right .list ul li .info .p a {
  color: #f00;
}
.banner-contact {
  margin-top: 4rem;
  background-image: url('/static/images/banner-contact-hr.png');
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-contact .info {
  margin-top: 50px;
  float: left;
  margin-left: 400px;
  color: #fff;
}
.banner-contact .info .t {
  font-size: 2rem;
}
.banner-contact .info .p {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-style: italic;
}
.banner-contact a {
  display: block;
  float: right;
  margin-top: 85px;
}
.footer {
  margin-top: 4rem;
  padding: 3rem 0;
  background-color: #42474d;
}
.footer .wrapper dl {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #3D3F3E;
  float: left;
}
.footer .wrapper dl dt {
  font-size: 1.2rem;
  color: #fff;
}
.footer .wrapper dl dd {
  color: #fff;
  margin-top: 1rem;
  line-height:30px;
}
.footer .wrapper dl dd ul {
  width: 180px;
}
.footer .wrapper dl dd ul li {
  float: left;
  margin-right: 2rem;
}
.footer .wrapper dl dd ul li a {
  color: #fff;
}
.footer .wrapper dl dd a {
  color: #fff;
}

.friends {
  padding: 1.5rem 0;
  background-color: #42474d;
}
.friends .wrapper .t {
  color: #fff;
  float: left;
  font-size: 1rem;
}
.friends .wrapper .p {
  width: 1085px;
  float: right;
}
.friends .wrapper .p a {
  margin-bottom: 0.4rem;
  color: #fff;
  display: block;
  float: left;
  margin-right: 0.5rem;
  font-size: 0.85rem;
}
.page-about {
  margin-top: 3rem;
}
.page-about .cert-title {
  margin-top: 3rem;
  border-bottom: 1px solid #aaa;
}
.page-about .cert-title ul li {
  float: left;
  margin-right: 1rem;
}
.page-about .cert-title ul li:hover a, .page-about .cert-title ul li.active a{
  color: #09f;
  border-bottom: 1px solid #09f;
}
.page-about .cert-title ul li a{
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.page-about .cert-list {
  margin-top: 3rem;
}
.page-about .cert-list ul li {
  float: left;
  width: 19%;
  margin-right: 1.25%;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  height: 320px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.page-about .cert-list ul li:nth-child(5n) {
  margin-right: 0;
}
.page-about .cert-list ul li .pic {
  height: 320px;
  display: table-cell;
  vertical-align: middle;
}
.page-about .cert-list ul li .pic img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.page-about .cert-list ul li .t{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
}
.about-nav {
  margin-bottom: 1rem;
}
.about-nav ul li {
  position: relative;
  float: left;
}
.about-nav ul li a {
  height: 60px;
  line-height: 60px;
  font-size: 1.3rem;
  padding: 0 30px;
  display: block;
}
.about-nav ul li:hover a, .about-nav ul li.active a {
  background-color: #09f;
  color: #fff;
}
.about-nav ul li:after  {
  content: '';
  width: 16px;
  height: 6px;
  background-image: url('/static/images/icon-button-sub-1.png');
  background-position: center 0px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  z-index: 1;
}
.product-detail .product-detail-header .pic {
  float: left;
  width: 40%;
}
.product-detail .product-detail-header .pic img {
  /*width: 100%;*/
}
.product-detail .product-detail-header .info {
  float: right;
  width: 57%;
}
.product-detail .product-detail-header .info .product-title {
  font-size: 1.5rem;
}
.product-detail .product-detail-header .info .intro {
  margin-top: 1rem;
  line-height: 24px;
    font-size: 14px;
    height: 168px;
    margin-bottom: 86px;
    overflow: hidden;
}
.product-detail .product-detail-header .info .contact {
	float:right;
  display: block;
  width: 114px;
  color: #fff;
  background-color: #09f;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
}
.product-detail .content {
  margin-top: 1rem;
}
.product-detail .content .content-name {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaaaaa;
  color: #09f;
}
.product-detail .content .content-article {
  margin-top: 1rem;
}
.product-detail .product-detail-header .info {position:relative;}
.product-detail .zhixun {position:absolute;bottom:16px; width:100%; clear:both;height: 56px;border-top: 2px solid #e6e6e6;    padding-top: 10px;}
.product-detail .zhixun .phonepic{float:left; padding-right: 20px;}
.product-detail .zhixun .tel{
	float: left;
	font-size: 18px;
	line-height:21px;
}
.box1810241157 .swiper-container {
    height: 280px;
    /* margin-bottom: 30px; */
    width: 100%;
}
.box1810241157 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #666;
    opacity: 1;
    border-radius: 50%;		
}
.box1810241157 .swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #c5843a;
    background: #f90;    
}
.box1810241157 .swiper-container {
    width: 374px;
    height: 280px;
}
.box1810241157 .swiper-slide {
      background-position: center;
      background-size: cover;
    width: 374px;
    height: 280px;
    }

.box1810241157 .swiper-button-next,.box1810241157 .swiper-button-prev{background-image:none;}
.page-example .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0cf;
  color: #09f;
  font-weight: bold;
}
.page-example .left {
  float: left;
  width: 300px;
}
.page-example .left ul li {
  float: left;
  width: 47%;
  margin-right: 3%;
  border: 1px solid #ddd;
  padding: 2rem 0;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.page-example .left ul li img {
  height: 50px;
  display: block;
  margin: 0 auto;
}
.page-example .left ul li .t {
  margin-top: 1rem;
  white-space: nowrap;
}
.page-example .right {
  float: right;
  width: 870px;
}
.page-example .right ul li {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-example .right ul li a .pic {
  float: left;
  width: 30%;
  height: 150px;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  background-size: 100% 150px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-example .right ul li a .info {
  float: right;
  width: 67%;
}
.page-example .right ul li a .info .t {
  margin-top: 2.5rem;
  font-size: 1.2rem;
}
.newsxg{margin:20px 0}
.newsxg ul,.tj_new ul,.tj_new ul li a{display:flex;justify-content: space-between;flex-wrap: wrap;}
.tj_new ul li{width:48%;line-height:40px;}
.newsxg li{font-size:16px;}
.tj_box .title,.tj_new .title{font-size:16px;}
.tj_box ul{display:flex;margin-bottom:20px;justify-content:space-between;}
.tj_box ul li{width:24%;line-height:40px;}
.tj_box ul li img{width:100%;height:179px;}
.tj_box ul li .t{text-align:center; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.newsxg li a:hover,.tj_box ul li a:hover{color:#09f}

.page-example .right ul li a .info .detail {
  margin-top: 1rem;
  color: #0071bf;
}
.page-case .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0cf;
  color: #09f;
  font-weight: bold;
}
.page-case .right {
  float: right;
  width: 920px;
}
.page-case .right ul li {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #aaa;
}
.page-case .right ul li .t {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
}
.page-case .right ul li .detail {
  color: #2ea0ee;
  width: 30%;
  float: right;
  text-align: right;
}
.page-download .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0cf;
  color: #09f;
  font-weight: bold;
}
.page-download .right {
  float: right;
  width: 920px;
}
.page-download .right ul li {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #aaa;
}
.page-download .right ul li .info {
  float: left;
}
.page-download .right ul li .info .t {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 1rem;
}
.page-download .right ul li .info .p {
  color: #aaaaaa;
  margin-top: 0.5rem;
}
.page-download .right ul li .detail {
  color: #2ea0ee;
  width: 30%;
  float: right;
  text-align: right;
}
.page-contant .page-contant-box {
  font-size: 1.1rem;
}
.page-banner {
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
}
